home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog21 < prev    next >
Text File  |  1995-06-29  |  220b  |  11 lines

  1. # testing RepType resource converter on scalar type arrowDirection
  2. xtAppInitialize -class Program
  3.  
  4. xmArrowButton .arrow managed
  5. .arrow getValues -arrowDirection d
  6. puts stdout "direction: $d"
  7.  
  8. . realizeWidget
  9.  
  10. . mainLoop
  11.